Fix a doc typo.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 3 Apr 2002 18:17:14 +0000 (18:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 3 Apr 2002 18:17:14 +0000 (18:17 +0000)
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-loader.c

index 36ec6b35c7c6ae43f28542a58917a1c416ec2876..2c64b9e206c483a7bc557f10b9cd95f700e38ea0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-03  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): Fix a doc typo.
+
 2002-03-29  Matthias Clasen  <maclas@gmx.de>
 
        * io-png.c (png_simple_error_callback): libpng error handlers must
index a199aa17f5ea8ccbf924d5df0d4e87f8131119e2..148f9c74489aa9d542fc7db6677ebbdbfb05d831 100644 (file)
@@ -65,7 +65,7 @@ typedef struct
  * gdk_pixbuf_loader_get_type:
  * @void:
  *
- * Registers the #GdkPixubfLoader class if necessary, and returns the type ID
+ * Registers the #GdkPixbufLoader class if necessary, and returns the type ID
  * associated to it.
  *
  * Return value: The type ID of the #GdkPixbufLoader class.